home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Draw / Include / Utilities.h < prev   
Encoding:
Text File  |  1994-04-21  |  601 b   |  23 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Utilities.h
  4. //    Release Version:    $ 1.0d1 $
  5. //
  6. //    Author:                Henri Lamiraux
  7. //    Creation Date:        3/28/94
  8. //
  9. //    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef UTILITIES_H
  14. #define UTILITIES_H
  15.  
  16. #ifndef FWGRDEF_H
  17. #include "FWGrDef.h"
  18. #endif
  19.  
  20. void         WaitForTick();
  21. void         MapPoint(FW_SPlatformPoint& pt, const FW_SPlatformRect& srcRect, const FW_SPlatformRect& dstRect);
  22.  
  23. #endif